home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / mus / play / splibdev.lha / superplay-lib_DEV / Programmers / include / proto / superplay.h < prev   
C/C++ Source or Header  |  1997-04-03  |  345b  |  17 lines

  1. /*
  2. **      $VER: superplay.h 5.1 (8.8.96)
  3. **
  4. **      prototype/pragma include for superplay.library
  5. **
  6. **      (C) Copyright 1994-96 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_SUPERPLAY_H
  11. #define PROTO_SUPERPLAY_H
  12.  
  13. #include <clib/superplay_protos.h>
  14. #include <pragmas/superplay_pragmas.h>
  15.  
  16. #endif /* PROTO_SUPERPLAY_H */
  17.